home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- REM EWREM.BAT Load EW remote access module
- EWTITLE
- REM ---------------------------------------------------------------------
- REM EWR IRQ PORT BAUD PARITY DATABITS STOPBITS POLLFOCUS
- REM ---------------------------------------------------------------------
- REM EWR = Remote program - main module
- REM IRQ = Decimal value of software interrupt to use
- REM PORT = Communications port to use (1 or 2)
- REM BAUD = Baud rate (300-9600)
- REM PARITY = Parity value (E)ven (O)dd (N)one
- REM DATABITS = Data bits value (7 or 8)
- REM STOPBITS = Stop bits value (1 or 2)
- REM POLLFOCUS = How often to POLL for video update (1/10 sec increments)
- REM ---------------------------------------------------------------------
- EWR 96 1 2400 N 8 1 18
-
-
-
-
-